home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Gflag
- set Gflag to 0
- end
-
- on mouseUp
- if rollOver(1) then
- go(1)
- end if
- end
-
- on exitFrame
- if rollOver(29) then
- if the visible of sprite 29 = 0 then
- set the visible of sprite 29 to 1
- end if
- else
- set the visible of sprite 29 to 0
- end if
- if rollOver(30) then
- if the visible of sprite 30 = 0 then
- set the visible of sprite 30 to 1
- end if
- else
- set the visible of sprite 30 to 0
- end if
- if rollOver(31) then
- if the visible of sprite 31 = 0 then
- set the visible of sprite 31 to 1
- end if
- else
- set the visible of sprite 31 to 0
- end if
- if rollOver(32) then
- if the visible of sprite 32 = 0 then
- set the visible of sprite 32 to 1
- end if
- else
- set the visible of sprite 32 to 0
- end if
- go(the frame)
- end
-